home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man.swf / scripts / DefineButton2_88 / BUTTONCONDACTION on(keyPress +).as < prev    next >
Encoding:
Text File  |  2006-06-13  |  83 b   |  6 lines

  1. on(keyPress "+"){
  2.    tellTarget("");
  3.    slower = _Y;
  4.    _Y = slower + "16";
  5. }
  6.